home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / zdiff12.zip / WHATSNEW.DOC next >
Text File  |  1993-05-25  |  2KB  |  56 lines

  1.  
  2.  
  3.                           ZDIFF 1.2 : What's new ??
  4.  
  5.  
  6. ZDiff was partly rewritten, using Borland's Turbo Vision
  7. Object-Oriented technology to improve speed, memory utilization, and
  8. re-usability of code, and added some options to speedup the process
  9. and better date control.
  10.  
  11. The bugs fixed in this 1.2 version are :
  12.  
  13.     - Month in .ZOO archives correctly parsed.
  14.       (in ZDIFF 1.1, was bad interpreted, causing skipping of file)
  15.     
  16.     - ZOO uses wildcards a little differently from other unarchivers.
  17.       Treated ZOO specially, depending on the wildcard specified on
  18.       the ZDiff command line.
  19.  
  20.     - Now exits with a message if no more memory available.
  21.       (was causing a runtime error in ZDiff 1.2 BETA version)
  22.  
  23. And now, here are the improvements of the 1.2 version :
  24.  
  25.     - Added -Q (Quick) comparison, if a directory is involved in comparison.
  26.       This skips the CRC check of files.
  27.       So, the comparison is made only with Date and Size.
  28.       This speed up the process, but even if the files may 'look'
  29.       identical, regarding time of last modification and size, they
  30.       may be binary different. So, use this option with care.
  31.  
  32.       NOTE : if no directory is involved, there is no need of using
  33.       this option, since the CRC is already stored inside archives.
  34.  
  35.     - Added -C (Country Flag override) option, when the dates in ZIP files
  36.       are not correctly recognized (useful in non-US countries).
  37.       This is because PKUNZIP displays the date according to the
  38.       DOS's country information. So I have to do it too !
  39.  
  40.     - Speed up the storage of file informations in memory.
  41.  
  42.     - Better utilization of memory : increased the number of files
  43.       that ZDiff can handle, and reduced the memory needed.
  44.       (up to 9900 files, now)
  45.  
  46.     - Added seconds in comparison of file's TimeStamp for all files,
  47.       except for ZIP files. (no seconds specified, using PKUNZIP -v).
  48.  
  49.     - Added 16 bit CRC for ZOO archives.
  50.  
  51.  
  52. I am aware of no bug in this version. This is the final version of ZDiff.
  53.  
  54.  
  55.                             END OF "WHAT's NEW"
  56.